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
/
librustc
/
middle
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2014-12-13
Separate borrowck into its own crate and remove dead code as well.
Niko Matsakis
-5943
/
+0
2014-12-12
auto merge of #19568 : barosl/rust/enum-struct-variants-ice, r=alexcrichton
bors
-9
/
+11
2014-12-12
Fix ICE when a struct variant enum contains multiple fields
Barosl Lee
-9
/
+11
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-14
/
+67
2014-12-06
librustc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-25
/
+14
2014-11-26
rollup merge of #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-1342
/
+1277
2014-11-26
/*! -> //!
Steve Klabnik
-1342
/
+1277
2014-11-26
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2014-11-26
auto merge of #19252 : japaric/rust/cow, r=aturon
bors
-3
/
+2
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-3
/
+2
2014-11-25
Added fragments.rs: compute drop obligations remaining post moves.
Felix S. Klock II
-8
/
+853
2014-11-25
Check other fields are consistent in `LoanPath::common`.
Felix S. Klock II
-3
/
+4
2014-11-25
Track what drop obligations are established on match arms.
Felix S. Klock II
-0
/
+15
2014-11-25
Override `LoanPath` Eq impl to enforce invariant: eq lp's always have eq types.
Felix S. Klock II
-1
/
+22
2014-11-25
Add `ty` to `LoanPath`.
Felix S. Klock II
-173
/
+204
2014-11-25
Add `LpDowncast`, `LoanPath` variant tracking downcasts in match arms.
Felix S. Klock II
-25
/
+75
2014-11-20
auto merge of #19033 : pnkfelix/rust/fsk-introduce-scopedata-via-refactor, r=...
bors
-54
/
+85
2014-11-20
Refactored new CodeExtent type for improved abstraction.
Felix S. Klock II
-54
/
+85
2014-11-20
auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...
bors
-3
/
+6
2014-11-19
rollup merge of #19040: alexcrichton/issue-18904
Jakub Bukaj
-1
/
+1
2014-11-19
Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...
Niko Matsakis
-3
/
+6
2014-11-18
std: Stabilize std::fmt
Alex Crichton
-1
/
+1
2014-11-19
rustc: middle: remove obsolete ty::get.
Eduard Burtescu
-3
/
+3
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-100
/
+105
2014-11-19
rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.
Eduard Burtescu
-2
/
+2
2014-11-18
Miscellaneous reformatttings and renamings.
Niko Matsakis
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+13
2014-11-16
fallout from deprecating find_copy and get_copy
Alexis Beingessner
-2
/
+2
2014-11-11
auto merge of #18821 : arielb1/rust/fnv-hash-map, r=eddyb
bors
-5
/
+5
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-5
/
+5
2014-11-08
Fix upvars sometimes not being marked as used mutably
Brian Koropoff
-2
/
+2
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-02
Convert some notes to help messages
P1start
-24
/
+36
2014-10-30
rollup merge of #18445 : alexcrichton/index-mut
Alex Crichton
-2
/
+2
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-2
/
+2
2014-10-30
collections: Enable IndexMut for some collections
Alex Crichton
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-4
/
+4
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-27
rollup merge of #18337 : bkoropoff/unboxed-imm-upvar-fixes
Alex Crichton
-14
/
+46
2014-10-27
auto merge of #17978 : arielb1/rust/remaining-garbage, r=nikomatsakis
bors
-115
/
+32
2014-10-27
Remove cat_discr
Ariel Ben-Yehuda
-115
/
+32
2014-10-25
Improve diagnostics that result from the fix for #18335
Brian Koropoff
-13
/
+37
2014-10-25
Ensure unboxed closure upvars are marked as used mutably
Brian Koropoff
-1
/
+9
2014-10-21
The new method lookup mechanism typechecks calls against the method type decl...
Niko Matsakis
-4
/
+4
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-19
/
+20
2014-10-17
auto merge of #16855 : P1start/rust/help-messages, r=brson
bors
-0
/
+4
2014-10-16
Fix soundness bug in treatment of closure upvars by regionck
Brian Koropoff
-76
/
+61
2014-10-16
librustc: Remove all uses of {:?}.
Luqman Aden
-29
/
+31
2014-10-09
rustc: Add `const` globals to the language
Alex Crichton
-10
/
+7
[next]