Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/tags/0.9
tag
36870b185fc5f5486636d4515f0e22677493f225
tagger
Brian Anderson <banderson@mozilla.com>
Thu Jan 09 20:34:30 2014
object
7613b15fdbbb9bf770a2c731f4135886b0ff3cf0
0.9 release
7613b15
Update some copyright dates
by Brian Anderson
· 12 years ago
0.9
4e8dbab
Fix windows installer version to be less verbose
by Brian Anderson
· 12 years ago
9dece60
auto merge of #11375 : alexcrichton/rust/issue-11372, r=pcwalton
by bors
· 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
f3a8baa
auto merge of #11407 : alexcrichton/rust/fix-snap, r=brson
by bors
· 12 years ago
004dae6
Fix the snapshot and cross compilation
by Alex Crichton
· 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
9dc44c7
Fix cheatsheet examples on 32-bit platforms.
by Huon Wilson
· 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
fee8c1d
doc: Typos
by Brian Anderson
· 12 years ago
1fd4c3b
Fixed code snippets
by Clinton Ryan
· 12 years ago
7cfce50
Address some minor points in the pointer guide
by Huon Wilson
· 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
a121f7b
auto merge of #10854 : Kimundi/rust/result_compose_map_mutate_or, r=alexcrichton
by bors
· 12 years ago
b65b4d6
doc: Fix URL of libextra docs
by Brian Anderson
· 12 years ago
6b7ffa4
doc: Title reference manual consistently
by Brian Anderson
· 12 years ago
15cbcbc
mk: Fix the naming of the windows installer harder
by Brian Anderson
· 12 years ago
1ea0217
doc: Highlight the testing guide correctly
by Brian Anderson
· 12 years ago
77ec044
mk: Start testing the cheatsheet
by Brian Anderson
· 12 years ago
c2ef4e5
doc: Title guides consistently
by Brian Anderson
· 12 years ago
3100bb4
doc: Fix table format in cheatsheet
by Brian Anderson
· 12 years ago
a61d7d6
doc: Syntax highlight the cheatsheet
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
aa1839b
auto merge of #11364 : brson/rust/docs, r=alexcrichton
by bors
· 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
7b7d7a0
Remove trailing whitespace
by Jan Niklas Hasse
· 12 years ago
3912a87
auto merge of #11350 : kchmck/rust/fix-pdf-glitches, r=alexcrichton
by bors
· 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
89f8bc2
Fix parallel makefile builds
by Alex Crichton
· 12 years ago
07950e7
auto merge of #11296 : brson/rust/anti-cond, r=alexcrichton
by bors
· 12 years ago
5efac2b
auto merge of #11356 : brson/rust/0.9relnotes, r=alexcrichton
by bors
· 12 years ago
280553c
doc: Fix tests in pointer guide
by Brian Anderson
· 12 years ago
6f09d80
Add Pointer tutorial, rename borrowed pointer tutorial.
by Steve Klabnik
· 12 years ago
d4639ad
doc: Update style of index, organization and trim out some excess.
by Brian Anderson
· 12 years ago
20ccfde
Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree.
by Nif Ward
· 12 years ago
f5ee077
mk: Fix formatting of docs.mk
by Brian Anderson
· 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
f28aa66
Update AUTHORS.txt
by Brian Anderson
· 12 years ago
79def2c
More 0.9 release notes
by Brian Anderson
· 12 years ago
1f1838e
auto merge of #11123 : alan-andrade/rust/move_wiki_to_internal_docs, r=brson
by bors
· 12 years ago
21f9fa485
Delete the installer exe when cleaning
by Brian Anderson
· 12 years ago
2297b08
Use the full version string for the windows installer exe
by Brian Anderson
· 12 years ago
7de2379
rust_version.html is a HTML_DEPS and every html has it as dependecy
by Alan Andrade
· 12 years ago
e53b566
First phase of migrating the wiki to the internal docs #11078
by Alan Andrade
· 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
3afa0b9
auto merge of #11335 : rlane/rust/fix-vector-doc, r=alexcrichton
by bors
· 12 years ago
0da105a
auto merge of #11334 : alexcrichton/rust/fix-native-tcp, r=pcwalton
by bors
· 12 years ago
5464d48
Fix formatting of some code blocks in pdf docs
by Mick Koch
· 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
8bd5202
doc: update reference to new vector size syntax
by Rich Lane
· 12 years ago
9c8813f
Guarantee that native tasks wait for children
by Alex Crichton
· 12 years ago
b6a1fde
auto merge of #11106 : alan-andrade/rust/convert_tutorials_to_guides, r=cmr
by bors
· 12 years ago
a6d3e57
auto merge of #10900 : yichoi/rust/mac_android_cross, r=alexcrichton
by bors
· 12 years ago
eeafee4
Convert sub tutorials into Guides #10838
by Alan Andrade
· 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
Next »