index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-1
/
+2
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-3
/
+4
2014-12-06
Allow message specification for should_fail
Steven Fackler
-1
/
+1
2014-12-04
Separate the driver into its own crate that uses trans, typeck.
Niko Matsakis
-1
/
+1
2014-12-04
Remove dependencies on driver from trans et al. by moving various
Niko Matsakis
-2
/
+2
2014-11-21
unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continue
Brian Anderson
-2
/
+2
2014-11-21
unicode: Add stability attributes to u_char
Brian Anderson
-3
/
+2
2014-11-18
Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...
Niko Matsakis
-5
/
+3
2014-11-04
Implement flexible target specification
Corey Richardson
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-14
rustdoc: fix fallout from using ptr::P.
Eduard Burtescu
-6
/
+6
2014-09-08
rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-4
/
+3
2014-09-07
Changed addl_lib_search_paths from HashSet to Vec
inrustwetrust
-4
/
+4
2014-09-06
auto merge of #16907 : SimonSapin/rust/tempdir-result, r=huonw
bors
-1
/
+1
2014-09-05
move back::link::write into a separate file
Stuart Pernsteiner
-2
/
+2
2014-08-31
Have std::io::TempDir::new and new_in return IoResult
Simon Sapin
-1
/
+1
2014-07-31
rustdoc: Use --crate-name with --test
Alex Crichton
-2
/
+7
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-1
/
+1
2014-07-21
rustdoc: Add an --extern flag analagous to rustc's
Tom Jakubowski
-4
/
+11
2014-07-21
rustc: Pass optional additional plugins to compile_input
Brian Anderson
-2
/
+2
2014-07-10
auto merge of #15336 : jakub-/rust/diagnostics, r=brson
bors
-2
/
+2
2014-07-11
Add scaffolding for assigning alpha-numeric codes to rustc diagnostics
Jakub Wieczorek
-2
/
+2
2014-07-10
io::process::Command: add fine-grained env builder
Aaron Turon
-17
/
+6
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-1
/
+1
2014-06-28
librustc: Match trait self types exactly.
Patrick Walton
-1
/
+8
2014-06-24
Store the registered lints in the Session
Keegan McAllister
-1
/
+2
2014-06-20
auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichton
bors
-6
/
+11
2014-06-19
rustdoc: add the ability to run tests with --test.
Huon Wilson
-6
/
+11
2014-06-18
rustdoc: Don't inject `extern crate std`.
Alex Crichton
-1
/
+3
2014-06-18
rustdoc: Fix testing indented code blocks
Alex Crichton
-1
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-1
/
+1
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-2
/
+3
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-3
/
+3
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-2
/
+1
2014-06-07
Remove the attribute_usage lint
Steven Fackler
-1
/
+1
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-8
/
+16
2014-06-06
doc: Turn off special features for rustdoc tests
Alex Crichton
-18
/
+5
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-31
rustdoc: Suck in all impls from external crates
Alex Crichton
-0
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-2
/
+2
2014-05-27
rustdoc: Only link to local inlined foreign items
Alex Crichton
-0
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-4
/
+4
2014-05-27
std: Remove String's to_owned
Richo Healey
-3
/
+3
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-12
/
+12
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-2
/
+2
[prev]
[next]