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
/
driver
Age
Commit message (
Expand
)
Author
Lines
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-6
/
+2
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-2
/
+2
2014-03-29
Register new snapshot
Flavio Percoco
-13
/
+2
2014-03-27
serialize: use Result
Sean McArthur
-2
/
+16
2014-03-27
auto merge of #13151 : brson/rust/dist, r=alexcrichton,brson
bors
-1
/
+1
2014-03-26
auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson
bors
-2
/
+0
2014-03-25
mk: Rename CFG_COMPILER to CFG_COMPILER_HOST_TRIPLE
Brian Anderson
-1
/
+1
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-2
/
+2
2014-03-24
rustc: Remove all crate map support
Alex Crichton
-2
/
+0
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-3
/
+3
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-5
/
+4
2014-03-22
auto merge of #13052 : sfackler/rust/clean-refcell, r=alexcrichton
bors
-2
/
+2
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-1
/
+1
2014-03-20
Remove RefCell::{with, with_mut}
Steven Fackler
-2
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-3
/
+1
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-6
/
+6
2014-03-19
Discard MTWT & interner tables from TLD after they stop being useful.
Eduard Burtescu
-0
/
+7
2014-03-18
syntax: Don't parameterize the the pretty printer
Alex Crichton
-4
/
+4
2014-03-18
rustc: buffer the output writer for -Z ast-json[-noexpand].
Huon Wilson
-2
/
+2
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-2
/
+2
2014-03-17
Refactor pprust a bit.
Eduard Burtescu
-41
/
+60
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-66
/
+56
2014-03-17
De-@ move maps and rework parts of trans.
Eduard Burtescu
-12
/
+19
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-6
/
+5
2014-03-17
De-@ CStore uses.
Eduard Burtescu
-3
/
+2
2014-03-17
De-@ filesearch.
Eduard Burtescu
-14
/
+24
2014-03-17
De-@ reachable.
Eduard Burtescu
-11
/
+8
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-16
/
+16
2014-03-17
De-@ Session usage.
Eduard Burtescu
-61
/
+62
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-22
/
+36
2014-03-13
Introduce a common recursion limit for auto-dereference and monomorphization.
Eduard Burtescu
-2
/
+7
2014-03-12
rustc: Remove matching on ~str from the language
Michael Darakananda
-1
/
+0
2014-03-11
debuginfo: Improve commandline option handling for debuginfo (fixes #12811)
Michael Woerister
-25
/
+35
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-38
/
+35
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-30
/
+38
2014-03-07
create a sensible comparison trait hierarchy
Daniel Micay
-1
/
+1
2014-03-06
syntax: Conditionally deriving(Hash) with Writers
Alex Crichton
-1
/
+5
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-2
/
+3
2014-03-06
debuginfo: Expose limited debuginfo in command line options
Michael Woerister
-52
/
+48
2014-03-06
debuginfo: Re-introduce the notion of line-table-only debuginfo.
Michael Woerister
-4
/
+15
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-14
/
+26
2014-03-01
auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson
bors
-2
/
+3
2014-02-28
syntax: Refactor diagnostics to focus on Writers
Alex Crichton
-2
/
+3
2014-02-28
rustc: Add the concept of a Strict Version Hash
Alex Crichton
-4
/
+3
2014-02-27
Forbid certain types for static items
Flavio Percoco
-0
/
+3
2014-02-25
auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichton
bors
-2
/
+5
2014-02-24
Gate default type parameter overrides.
Eduard Burtescu
-2
/
+5
2014-02-24
Move extra::json to libserialize
Alex Crichton
-2
/
+1
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-2
/
+2
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-16
/
+16
[next]