Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.9
/
src
tag
36870b185fc5f5486636d4515f0e22677493f225
tagger
Brian Anderson <banderson@mozilla.com>
Thu Jan 09 20:34:30 2014
object
7613b15fdbbb9bf770a2c731f4135886b0ff3cf0
0.9 release
4e8dbab
Fix windows installer version to be less verbose
by Brian Anderson
· 12 years ago
75165f7
Robustly read remaining bytes in a character
by Alex Crichton
· 12 years ago
97005c0
auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton
by bors
· 12 years ago
430652c
auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton
by bors
· 12 years ago
ad3a179
Fix CodeMap issue in expand_include_str()
by Michael Woerister
· 12 years ago
464d1d0
auto merge of #11405 : huonw/rust/moredocs, r=huonw
by bors
· 12 years ago
fda71f2
auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton
by bors
· 12 years ago
9da4eac
auto merge of #11391 : alexcrichton/rust/rustdoc-inline, r=brson
by bors
· 12 years ago
0547fb9
Fixup the rest of the tests in the compiler
by Alex Crichton
· 12 years ago
f47e4b2
extratest: Fix all leaked trait imports
by Alex Crichton
· 12 years ago
bcb1c38
stdtest: Fix all leaked trait imports
by Alex Crichton
· 12 years ago
c4d36b8
Fix remaining cases of leaking imports
by Alex Crichton
· 12 years ago
7e0443d
std: Fill in all missing imports
by Alex Crichton
· 12 years ago
5350ee7
rustc: De-indent portions of middle::resolve
by Alex Crichton
· 12 years ago
e4804ac
Fix leaking trait imports across modules
by Alex Crichton
· 12 years ago
2d8dd6a
doc: Add rustc and syntax to the index
by Brian Anderson
· 12 years ago
da43832
doc: Add libgreen and libnative to the index
by Brian Anderson
· 12 years ago
d323632
'borrowed pointer' -> 'reference'
by Brian Anderson
· 12 years ago
3425901
Inline reexports in rustdoc
by Alex Crichton
· 12 years ago
15cbcbc
mk: Fix the naming of the windows installer harder
by Brian Anderson
· 12 years ago
b7ff9c1
libextra: Introduce typed arenas.
by Patrick Walton
· 12 years ago
90b3945
Renamed Option::map_default and mutate_default to map_or and mutate_or_set
by Marvin Löbel
· 12 years ago
4329fc6
auto merge of #11045 : jhasse/rust/patch-libdir, r=alexcrichton
by bors
· 12 years ago
1d40fd4
auto merge of #11263 : niftynif/rust/btree, r=catamorphism
by bors
· 12 years ago
7dbd12a
auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson
by bors
· 12 years ago
116773a
Make CFG_LIBDIR configurable. Fixes #5223
by Jan Niklas Hasse
· 12 years ago
983f307
auto merge of #11348 : alexcrichton/rust/snapshots, r=brson
by bors
· 12 years ago
5f39d64
auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton
by bors
· 12 years ago
167d533
extra::treemap: use the dummy-macro trick with items to make the
by Huon Wilson
· 12 years ago
7e446af
std::trie: make lower_bound and upper_bound about 15% faster.
by Huon Wilson
· 12 years ago
3395f9d
std::trie: Add some iteration/search benchmarks.
by Huon Wilson
· 12 years ago
fe03cae
std::trie: use macros to share code between the iterator implementations.
by Huon Wilson
· 12 years ago
f07c74d
std::trie: remove some obsolete internal iterators.
by Huon Wilson
· 12 years ago
a0643ee
std::trie: add an mutable-values iterator.
by Huon Wilson
· 12 years ago
ba6ed00
auto merge of #11347 : alexcrichton/rust/issue-11346, r=brson
by bors
· 12 years ago
bc395bc
auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton
by bors
· 12 years ago
777f1e8
auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brson
by bors
· 12 years ago
07950e7
auto merge of #11296 : brson/rust/anti-cond, r=alexcrichton
by bors
· 12 years ago
20ccfde
Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree.
by Nif Ward
· 12 years ago
03e9157
Don't read forever on a file descriptor
by Alex Crichton
· 12 years ago
b6602cb
auto merge of #11354 : brson/rust/versionwin, r=alexcrichton
by bors
· 12 years ago
2297b08
Use the full version string for the windows installer exe
by Brian Anderson
· 12 years ago
ac2a24e
Support arbitrary stdout/stderr/logger handles
by Alex Crichton
· 12 years ago
400070a
auto merge of #10826 : SimonSapin/rust/str-insert, r=brson
by bors
· 12 years ago
8236550
Remove some unnecessary type casts
by Florian Hahn
· 12 years ago
6be2bc8
Add lint for unnecessary casts
by Florian Hahn
· 12 years ago
0da105a
auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton
by bors
· 12 years ago
6b2a6cb
Register new snapshots
by Alex Crichton
· 12 years ago
b7e58ce
Don't attempt duplicate outputs
by Alex Crichton
· 12 years ago
8b71b64
auto merge of #11333 : cmr/rust/triage2, r=alexcrichton
by bors
· 12 years ago
bae091e5
auto merge of #11332 : sfackler/rust/de-at-se, r=huonw
by bors
· 12 years ago
55bb5e5
auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton
by bors
· 12 years ago
03a38b9
auto merge of #11161 : eddyb/rust/de-at-visitor, r=huonw
by bors
· 12 years ago
3119d18
Disowned the Visitor.
by Eduard Burtescu
· 12 years ago
e5eab2c
auto merge of #11321 : huonw/rust/treemap-mut, r=alexcrichton
by bors
· 12 years ago
4e622be
auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton
by bors
· 12 years ago
c58bb23
auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonw
by bors
· 12 years ago
11e568c
Don't wait for a full buffer when reading TCP
by Alex Crichton
· 12 years ago
9c8813f
Guarantee that native tasks wait for children
by Alex Crichton
· 12 years ago
635002a
librustc: tidy cleanup
by Young-il Choi
· 12 years ago
e6490cb
librustc: add get_system_tools for target specific environment
by Young-il Choi
· 12 years ago
c8c9942
librustc: move target dependent logic to back::link
by Young-il Choi
· 12 years ago
19e97f5
librustc: ar call fix to support android cross compile on mac
by Young-il Choi
· 12 years ago
2097570
Fix some warnings
by Corey Richardson
· 12 years ago
b6d4d11
std: mark some modules as unstable
by Corey Richardson
· 12 years ago
041413b
tidy: spew less chaff
by Corey Richardson
· 12 years ago
ccaf0b4
Remove a fixme
by Corey Richardson
· 12 years ago
1535a29
Add tidy support for snapshots
by Corey Richardson
· 12 years ago
cb6451c
Remove a fixme
by Corey Richardson
· 12 years ago
bb49916
Use ~-objects instead of @-objects for syntax exts
by Steven Fackler
· 12 years ago
9b2a8e1
Revert "std: adjust requested stack size for thread-local storage."
by Huon Wilson
· 12 years ago
4bca7fd
auto merge of #11313 : alexcrichton/rust/fix-native-failure, r=pcwalton
by bors
· 12 years ago
1d9e66c
auto merge of #11304 : alexcrichton/rust/eintr, r=brson
by bors
· 12 years ago
eadfe0e
Don't abort the process in native::start
by Alex Crichton
· 12 years ago
674d24e
Handle EINTR throughout libnative
by Alex Crichton
· 12 years ago
8ef0752
Do not ignore errors running llvm-config
by Seo Sanghyeon
· 12 years ago
a9a348f
extra::treemap: share code between the mutable and immutable iterators.
by Huon Wilson
· 12 years ago
e33fcf9
extra::treemap: remove mutate_values, replaced by .mut_iter().
by Huon Wilson
· 12 years ago
463a6d9
extra::treemap: add mutable-value iterators.
by Huon Wilson
· 12 years ago
4140b29
Fix some of the testcases
by Niels langager Ellegaard
· 12 years ago
6abe0ef
Make rustc's own lib directory configurable and change the default to rustlib. Fixes #3319
by Jan Niklas Hasse
· 12 years ago
aa50ebd
Move command line parsing to parse_args.rs
by Niels langager Ellegaard
· 12 years ago
e1c5982
Move syslog to BuildContext
by Niels langager Ellegaard
· 12 years ago
177f740
Command is now an enum
by Niels langager Ellegaard
· 12 years ago
4eceb00
auto merge of #11297 : sfackler/rust/de-jank-encoder-2, r=alexcrichton
by bors
· 12 years ago
20f3ac7
auto merge of #11316 : vadimcn/rust/arm-ehabi, r=alexcrichton
by bors
· 12 years ago
4bc4acd
Stop padding metadata
by Steven Fackler
· 12 years ago
4641287
auto merge of #11314 : adridu59/rust/patch-license, r=brson
by bors
· 12 years ago
bf9a9af
auto merge of #11310 : Dretch/rust/write_char, r=alexcrichton
by bors
· 12 years ago
b01b9c9
Condition EH ABI on target_arch, not target_os.
by Vadim Chugunov
· 12 years ago
ea4219f
auto merge of #11290 : alexcrichton/rust/testname, r=brson
by bors
· 12 years ago
19cff91
auto merge of #11188 : brson/rust/noderef, r=brson
by bors
· 12 years ago
2d8fbba
rustc: Add error about obsolete struct deref
by Brian Anderson
· 12 years ago
3b1862a
Don't allow newtype structs to be dereferenced. #6246
by Brian Anderson
· 12 years ago
55d4923
auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton
by bors
· 12 years ago
18cef3f
Don't allow single-variant enums to be dereferenced. #6246
by Brian Anderson
· 12 years ago
24f9a93
etc: licenseck: don't hardcode a specific year
by Adrien Tétar
· 12 years ago
8990708
auto merge of #11301 : vadimcn/rust/fix-android, r=brson
by bors
· 12 years ago
b432e82
auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton
by bors
· 12 years ago
d86cb6a
auto merge of #11299 : brson/rust/exp10, r=pcwalton
by bors
· 12 years ago
Next »