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
/
construct.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-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
-1
/
+1
2015-04-01
Fallout out rustc
Niko Matsakis
-1
/
+1
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
-11
/
+2
2015-02-22
Distinguish between AST and various Dummy nodes in CFG.
James Miller
-34
/
+39
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-5
/
+5
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
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-1
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-5
/
+5
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-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
-3
/
+3
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
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
-1
/
+1
2015-01-03
rustc: fix fallout
Jorge Aparicio
-4
/
+4
2015-01-02
Make call notation use autoderef. Fixes #18742.
Niko Matsakis
-1
/
+1
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
-3
/
+3
2014-12-19
librustc: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-16
AST refactor: make the place in ExprBox an option.
Felix S. Klock II
-4
/
+2
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-4
/
+4
2014-12-14
Remove `proc` types/expressions from the parser, compiler, and
Niko Matsakis
-1
/
+0
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-12-04
Move various data structures out of typeck and into ty.
Niko Matsakis
-3
/
+2
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+1
2014-11-23
Remove type parameters from ExprField and ExprTupField
Adolfo OchagavĂa
-2
/
+2
2014-11-20
auto merge of #19033 : pnkfelix/rust/fsk-introduce-scopedata-via-refactor, r=...
bors
-4
/
+6
2014-11-20
Refactored new CodeExtent type for improved abstraction.
Felix S. Klock II
-4
/
+6
2014-11-19
Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...
Niko Matsakis
-2
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-33
/
+33
2014-11-07
auto merge of #18672 : brandonson/rust/functional-update-walk, r=nikomatsakis
bors
-2
/
+2
2014-11-06
Fix soundness hole in struct with expressions.
Brandon Sanderson
-2
/
+2
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-10-28
Remove ty_bot from the type system
Jakub Bukaj
-4
/
+7
2014-10-24
Add a lint for not using field pattern shorthands
P1start
-1
/
+1
[next]