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
/
test
/
run-fail
Age
Commit message (
Expand
)
Author
Lines
2015-03-06
Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelix
Manish Goregaokar
-0
/
+3
2015-03-05
rustc: Add a debug_assertions #[cfg] directive
Alex Crichton
-0
/
+3
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-7
/
+7
2015-03-03
Switched to Box::new in many places.
Felix S. Klock II
-12
/
+3
2015-03-03
Fix the overflowing tests in run-fail.
Felix S. Klock II
-6
/
+15
2015-03-03
rustc: implement arithmetic overflow checking
Corey Richardson
-0
/
+45
2015-03-01
Remove int/uint from libstd/lib.rs
Guillaume Gomez
-4
/
+4
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-0
/
+4
2015-02-18
Fallout: tests. As tests frequently elide things, lots of changes
Niko Matsakis
-0
/
+4
2015-02-18
Update suffixes en masse in tests using `perl -p -i -e`
Niko Matsakis
-16
/
+16
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-6
/
+5
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-6
/
+6
2015-02-17
Fallout from stabilization
Aaron Turon
-6
/
+6
2015-02-16
Replace some uses of deprecated os functions
Simonas Kazlauskas
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-01-31
Kill more `isize`s
Tobias Bucher
-4
/
+4
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-21
/
+21
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-2
/
+2
2015-01-21
rollup merge of #21252: nikomatsakis/assoc-type-ice-hunt-take-2
Alex Crichton
-0
/
+34
2015-01-21
Move regression test for #20971 into run-fail, since it panics.
Niko Matsakis
-0
/
+34
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-08
fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...
Felix S. Klock II
-0
/
+15
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-1
/
+1
2015-01-06
Fallout from stabilization
Aaron Turon
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-7
/
+4
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-6
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-6
/
+3
2015-01-05
Remove use of globs feature gate from tests.
Huon Wilson
-1
/
+0
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+4
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-2
/
+2
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-26
/
+0
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-26
/
+0
2015-01-01
Implement numeric fallback
Corey Richardson
-0
/
+14
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-55
/
+11
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-6
/
+6
2014-12-08
auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichton
bors
-0
/
+22
2014-12-06
Change from message to expected
Steven Fackler
-1
/
+1
2014-12-06
Allow message specification for should_fail
Steven Fackler
-0
/
+22
2014-12-05
Utilize fewer reexports
Corey Farwell
-2
/
+2
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-1
/
+1
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-21
/
+0
2014-11-13
auto merge of #18877 : michaelsproul/rust/panic-tests, r=alexcrichton
bors
-0
/
+12
2014-11-11
test: Rename files, fail -> panic.
Michael Sproul
-0
/
+0
2014-11-10
Add optional messages to the unreachable macro.
Michael Sproul
-0
/
+26
2014-11-04
librustc: Call return_type only for functions.
Luqman Aden
-0
/
+23
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-7
/
+7
2014-10-30
changes to libs
Nick Cameron
-51
/
+0
[prev]
[next]