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
/
middle
/
cfg
Age
Commit message (
Expand
)
Author
Lines
2015-06-19
Expand the "givens" set to cover transitive relations. The givens array
Niko Matsakis
-1
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-04-23
Get associated consts working in match patterns.
Sean Patrick Santos
-0
/
+1
2015-04-17
Port to using the newer graph, which offers iterators instead of the
Niko Matsakis
-3
/
+4
2015-04-01
Fallout out rustc
Niko Matsakis
-2
/
+2
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-2
/
+2
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-2
/
+1
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-23
/
+15
2015-02-22
revise handling of match expressions so that arms branch to next arm.
James Miller
-56
/
+104
2015-02-22
remove the `exit_map` field, it is unnecessary.
James Miller
-13
/
+2
2015-02-22
Distinguish between AST and various Dummy nodes in CFG.
James Miller
-40
/
+59
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-5
/
+5
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
2015-01-30
rollup merge of #21713: alexcrichton/second-pass-fmt
Alex Crichton
-2
/
+2
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-2
/
+2
2015-01-30
remove dead code
Jorge Aparicio
-1
/
+1
2015-01-30
implement for loop desugaring
Jorge Aparicio
-36
/
+1
2015-01-25
Add the span of the operator itself to ast::BinOp.
Huon Wilson
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-1
/
+1
2015-01-15
rollup merge of #21085: pnkfelix/pp-flowgraph-kill-labels
Alex Crichton
-0
/
+5
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-1
/
+2
2015-01-12
add --xpretty flowgraph,unlabelled variant.
Felix S. Klock II
-0
/
+5
2015-01-07
use slicing sugar
Jorge Aparicio
-8
/
+8
2015-01-06
rollup merge of #20645: nikomatsakis/rustbook-ice
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-3
/
+3
2015-01-07
fallout
Nick Cameron
-1
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-5
/
+5
2015-01-06
Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t...
Niko Matsakis
-1
/
+1
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+1
2015-01-04
Merge pull request #20457 from frewsxcv/rm-reexports
bors
-5
/
+5
2015-01-04
auto merge of #20443 : nikomatsakis/rust/autoderef-overloaded-calls, r=pcwalton
bors
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
rustc: fix fallout
Jorge Aparicio
-4
/
+4
2015-01-02
Remove graphviz::LabelText::* public reexport
Corey Farwell
-5
/
+5
2015-01-02
Make call notation use autoderef. Fixes #18742.
Niko Matsakis
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-7
/
+0
2014-12-30
Add hypothetical support for ranges with only an upper bound
Nick Cameron
-1
/
+1
2014-12-24
Type checking and trans for ranges
Nick Cameron
-2
/
+4
2014-12-24
Add syntax for ranges
Nick Cameron
-0
/
+4
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-6
/
+5
2014-12-21
rollup merge of #19898: Aatch/issue-19684
Alex Crichton
-0
/
+4
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+2
2014-12-18
Minor fixes
James Miller
-4
/
+1
2014-12-18
Only count nested returns when the outer return is reachable
James Miller
-0
/
+7
[next]