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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
util
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-2
/
+91
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+91
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-30
remove more `ExprForLoop`s
Jorge Aparicio
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-28
Move return type an associated type of the `Fn*` traits. Mostly this involves...
Niko Matsakis
-0
/
+3
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-10
/
+12
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+2
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-18
/
+28
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-26
/*! -> //!
Steve Klabnik
-12
/
+8
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-5
/
+8
2014-11-20
Require that objects can only be made from Sized types. Fixes #18333.
Niko Matsakis
-1
/
+2
2014-11-19
Refactor QPath to take an ast::TraitRef
Niko Matsakis
-0
/
+4
2014-11-13
std: Fix the return value of Duration::span
Alex Crichton
-1
/
+1
2014-11-12
time: Deprecate the library in the distribution
Alex Crichton
-7
/
+11
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-11
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-4
/
+4
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-1
/
+1
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-2
/
+3
2014-10-15
Make memoize!() a function instead
Jakub Wieczorek
-2
/
+56
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-1
/
+1
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-2
/
+2
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-8
/
+8
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-0
/
+50
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-1
/
+1
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-1
/
+1
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-11
/
+5
2014-05-07
std: Modernize the local_data api
Alex Crichton
-5
/
+3
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-04-02
util: common: remove dead code
Corey Richardson
-20
/
+0
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-1
/
+1
2014-02-21
Move time out of extra (cc #8784)
Arcterus
-1
/
+2
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-0
/
+1
2014-02-14
Removed libextra dependency from libsyntax.
HeroesGrave
-3
/
+3
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-6
/
+6
2013-12-26
librustc: Remove the unused `stmt_map` from the borrow checker
Patrick Walton
-3
/
+0
2013-12-11
Make 'self lifetime illegal.
Erik Price
-6
/
+6
[next]