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
Age
Commit message (
Expand
)
Author
Lines
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-2
/
+2
2015-03-31
rollup merge of #23878: Ryman/stable_extremes
Alex Crichton
-0
/
+83
2015-03-31
rollup merge of #23876: alexcrichton/stabilize-any
Alex Crichton
-1
/
+0
2015-03-31
rollup merge of #23704: hirschenberger/simd-intdiv-ice
Alex Crichton
-0
/
+2
2015-03-31
rollup merge of #23549: aturon/stab-num
Alex Crichton
-9
/
+8
2015-03-31
Stabilize std::num
Aaron Turon
-9
/
+8
2015-03-31
Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon
Manish Goregaokar
-6
/
+5
2015-03-31
Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis
Manish Goregaokar
-1
/
+61
2015-03-31
Rollup merge of #23852 - cmr:missing_doc, r=Manishearth
Manish Goregaokar
-0
/
+20
2015-03-30
std: Stabilize the rest of Any/BoxAny
Alex Crichton
-1
/
+0
2015-03-30
libcore: Ensure min and max functions are consistent for equal inputs
Kevin Butler
-0
/
+83
2015-03-30
lint: handle private traits better
Corey Richardson
-0
/
+20
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-2
/
+2
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-6
/
+5
2015-03-30
Add test case for #22743.
Niko Matsakis
-0
/
+32
2015-03-30
Fallout in tests: largely changes to error messages.
Niko Matsakis
-51
/
+37
2015-03-30
Fallout to test.
Felix S. Klock II
-1
/
+61
2015-03-30
Fallout where types must be specified.
Niko Matsakis
-21
/
+42
2015-03-30
Driveby cleanup of the impl for negation, which had some kind of
Niko Matsakis
-0
/
+2
2015-03-28
Fix some typos
Vadim Petrochenkov
-11
/
+11
2015-03-29
Port of pcwalton removal of `#[unsafe_destructor]` check.
Felix S. Klock II
-137
/
+6
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-4
/
+4
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-4
/
+4
2015-03-27
std: Don't deadlock/panic on recursive prints
Alex Crichton
-0
/
+38
2015-03-27
rollup merge of #23786: alexcrichton/less-quotes
Alex Crichton
-242
/
+226
2015-03-27
Test fixes and rebase conflicts, round 3
Alex Crichton
-2
/
+2
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+71
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+71
2015-03-27
rollup merge of #23486: nikomatsakis/issue-23485
Alex Crichton
-0
/
+58
2015-03-27
Fix fallout of removing quotes in crate names
Alex Crichton
-204
/
+195
2015-03-27
When testing whether a default method predicates are satisfiable,
Niko Matsakis
-0
/
+58
2015-03-27
Merge 'richo/unquote-crates' into less-quotes
Alex Crichton
-22
/
+22
2015-03-27
Unquote all crate names without underscores
Richo Healey
-22
/
+22
2015-03-27
rustc: Remove support for hyphens in crate names
Alex Crichton
-17
/
+9
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-3110
/
+3074
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-13
/
+0
2015-03-27
rollup merge of #23775: alexcrichton/fix-flaky-test
Alex Crichton
-9
/
+7
2015-03-27
rollup merge of #23765: alexcrichton/remove-colon-syntax
Alex Crichton
-3
/
+3
2015-03-27
rollup merge of #23761: alexcrichton/remove-phase
Alex Crichton
-34
/
+0
2015-03-27
rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntax
Alex Crichton
-22
/
+2
2015-03-27
rollup merge of #23712: nikomatsakis/reflect-trait
Alex Crichton
-7
/
+153
2015-03-27
rollup merge of #23625: fhahn/issue-23620-ice-unicode-bytestring
Alex Crichton
-1
/
+49
2015-03-27
rollup merge of #23535: pnkfelix/fsk-filling-drop
Alex Crichton
-2
/
+346
2015-03-27
alloc: Don't run some Arc doc tests
Alex Crichton
-9
/
+7
2015-03-27
Prevent ICEs when parsing invalid escapes, closes #23620
Florian Hahn
-1
/
+49
2015-03-27
workaround pretty-print bugs to placate `make check-pretty`.
Felix S. Klock II
-2
/
+4
2015-03-26
rustc: Remove support for `-l foo:static`
Alex Crichton
-3
/
+3
2015-03-26
rustc: Remove old #[phase] and #[plugin]
Alex Crichton
-34
/
+0
2015-03-26
Drive-by fix for incorrect variance rule that I noticed.
Niko Matsakis
-0
/
+25
2015-03-26
Implement `Reflect` trait with a variant on the standard OIBIT
Niko Matsakis
-7
/
+128
[next]