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
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-34
/
+249
2015-01-07
rollup merge of #20654: alexcrichton/stabilize-hash
Alex Crichton
-1012
/
+1061
2015-01-07
rollup merge of #20611: simnalamburt/master
Alex Crichton
-3
/
+75
2015-01-07
rollup merge of #20237: RustOS-Fork-Holding-Ground/master
Alex Crichton
-16
/
+29
2015-01-08
RFC 558: Require parentheses for chained comparisons
Daniel Grunwald
-4
/
+58
2015-01-08
allow box_syntax and unknown features in compiletest driver.
Felix S. Klock II
-0
/
+2
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-23
/
+23
2015-01-07
rustdoc: Render associated type bindings
Tom Jakubowski
-4
/
+48
2015-01-08
allow box_syntax and unknown features in the rustc_driver crate.
Felix S. Klock II
-0
/
+2
2015-01-08
allow box_syntax and unknown features in the rustc_llvm crate.
Felix S. Klock II
-0
/
+2
2015-01-08
Remove the unneeded Sized bound on TypeId creation
Jonathan Reem
-2
/
+82
2015-01-08
allow unknown features in the log crate.
Felix S. Klock II
-0
/
+2
2015-01-08
Switch to using `Box::new` in the tests in `alloc::boxed`.
Felix S. Klock II
-10
/
+10
2015-01-08
Test that box syntax, both in expressions and patterns, is caught by
Felix S. Klock II
-0
/
+37
2015-01-08
alternate version of coerce-match test that avoids box syntax.
Felix S. Klock II
-0
/
+23
2015-01-08
compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...
Felix S. Klock II
-0
/
+17
2015-01-08
run-pass tests: Add feature attributes to enable box pat/expr syntax in vario...
Felix S. Klock II
-0
/
+19
2015-01-08
Allow unknown features to bootstrap rustc with box_syntax feature.
Felix S. Klock II
-0
/
+3
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+25
2015-01-07
remove some `slicing_syntax` feature gates
Jorge Aparicio
-48
/
+1
2015-01-07
remove slicing_syntax feature gate
Jorge Aparicio
-9
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-34
/
+249
2015-01-07
std: Tweak String implementations
Alex Crichton
-108
/
+75
2015-01-08
Require that types cannot implement both Drop and Copy.
Huon Wilson
-3
/
+46
2015-01-07
use slicing sugar
Jorge Aparicio
-2405
/
+2383
2015-01-07
Add `Box::new` method. Prereq for feature-gating `box <expr>` itself.
Felix S. Klock II
-0
/
+9
2015-01-08
Fix precedence for ranges.
Nick Cameron
-18
/
+75
2015-01-08
Show, String, Eq impls for Ranges
Nick Cameron
-4
/
+84
2015-01-07
register new snapshots
Jorge Aparicio
-384
/
+12
2015-01-07
std: Stablize the macros module
Alex Crichton
-224
/
+33
2015-01-07
fix typo in the ownership guide
Thiago Pontes
-1
/
+1
2015-01-07
Fix #[stable] coming before } instead of after
Dabo Ross
-3
/
+3
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1012
/
+1061
2015-01-07
Update references to old snapshot
Aaron Turon
-2
/
+2
2015-01-08
Rename `target_word_size` to `target_pointer_width`
Nick Cameron
-69
/
+91
2015-01-07
Add isize, usize modules, deprecate int, uint modules
Aaron Turon
-12
/
+113
2015-01-07
Reject all uses of non-typaram bounds
Jared Roesch
-19
/
+57
2015-01-07
Fix warning in liballoc about unused constant MIN_ALIGN when cfg(feature = ex...
John Ericson
-6
/
+10
2015-01-07
liballoc's "extern_funcs" impl mod had a duplicate and missing item
John Ericson
-5
/
+4
2015-01-07
Shorten cfg line lengths in liballoc
John Ericson
-3
/
+11
2015-01-07
liballoc's "external_funcs" and "external_crate" are now features
John Ericson
-6
/
+6
2015-01-07
liballoc does not need liblibc under certain configurations
John Ericson
-0
/
+2
2015-01-07
Add regression test for #20582. Fixes #20582.
Niko Matsakis
-0
/
+27
2015-01-07
Better debug output in `decl_rust_fn`. The lack of output here has
Niko Matsakis
-2
/
+11
2015-01-07
Solve rather subtle bug in `replace_late_bound_regions` -- we were passing th...
Niko Matsakis
-12
/
+23
2015-01-07
Use the `erase_regions` helper within trans in deference to
Niko Matsakis
-3
/
+5
2015-01-07
Rename common::normalize to common::erase_regions
Niko Matsakis
-13
/
+20
2015-01-07
Remove assertion that substitutions are erased. It'd be nice if they
Niko Matsakis
-2
/
+0
2015-01-07
Normalize associated types in various parts of `adt`
Niko Matsakis
-8
/
+9
2015-01-07
Register new snapshots
Alex Crichton
-402
/
+13
[prev]
[next]