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
Age
Commit message (
Expand
)
Author
Lines
2015-02-18
Exempt phantom fns from the object safety check
Niko Matsakis
-4
/
+5
2015-02-18
rollup merge of #22286: nikomatsakis/variance-4b
Alex Crichton
-215
/
+438
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-41
/
+41
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-4
/
+4
2015-02-18
Stabilize std::borrow
Aaron Turon
-4
/
+4
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-41
/
+41
2015-02-18
rollup merge of #22491: Gankro/into_iter
Alex Crichton
-6
/
+6
2015-02-18
rollup merge of #22480: alexcrichton/hashv3
Alex Crichton
-1
/
+16
2015-02-18
rollup merge of #22452: nikomatsakis/issue-22040-18956-Self
Alex Crichton
-7
/
+81
2015-02-18
rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-types
Alex Crichton
-92
/
+69
2015-02-18
rollup merge of #22287: Ryman/purge_carthographers
Alex Crichton
-28
/
+22
2015-02-18
Try to write some basic docs.
Niko Matsakis
-3
/
+20
2015-02-18
Add deprecated versions of the old markers and integrate them back into the v...
Niko Matsakis
-0
/
+8
2015-02-18
Always prefer where-clauses over impls in trait selection. Fixes #22110.
Niko Matsakis
-57
/
+14
2015-02-18
Extend the implicator so it produces general obligations and also so
Niko Matsakis
-1
/
+1
2015-02-18
traits: break apart the "full normalization" code used for normalizing
Niko Matsakis
-14
/
+33
2015-02-18
Move `tcx` from `Typer` into `ClosureTyper`
Niko Matsakis
-7
/
+4
2015-02-18
Replace `assert_no_late_bound_regions` with
Niko Matsakis
-13
/
+17
2015-02-18
make FromIterator use IntoIterator
Alexis
-3
/
+3
2015-02-18
Implement RFC 580
Aaron Turon
-3
/
+3
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-1
/
+16
2015-02-18
Fallout: add phantom data to the type inferencer
Niko Matsakis
-6
/
+8
2015-02-18
Fallout: remove unused type and region parameters.
Niko Matsakis
-10
/
+7
2015-02-18
Constrain operands to outlive the operation. Fixes #21422.
Niko Matsakis
-0
/
+21
2015-02-18
Extend coherence check to understand subtyping.
Niko Matsakis
-39
/
+73
2015-02-18
Report errors for type parameters that are not constrained, either by
Niko Matsakis
-0
/
+7
2015-02-18
Introduce the new phantomdata/phantomfn markers and integrate them
Niko Matsakis
-167
/
+304
2015-02-17
Register new snapshots
Alex Crichton
-58
/
+0
2015-02-17
rollup merge of #22319: huonw/send-is-not-static
Alex Crichton
-29
/
+3
2015-02-17
rollup merge of #22456: steveklabnik/fix_grammar
Alex Crichton
-2
/
+2
2015-02-18
librustc: implement Clone for middle::ty::FreeVar
Kevin Butler
-1
/
+1
2015-02-18
Remove usage of .map(|&foo| foo)
Kevin Butler
-6
/
+6
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-21
/
+15
2015-02-17
Traits that reference `Self` in the supertrait list are not object-safe. Fixe...
Niko Matsakis
-7
/
+81
2015-02-17
rustc: Track stability of trait implementations
Alex Crichton
-2
/
+31
2015-02-18
Remove the implicit `'static` bound on `Send`.
Huon Wilson
-29
/
+3
2015-02-17
Fix grammar in error message
Steve Klabnik
-2
/
+2
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+24
2015-02-16
Auto merge of #22230 - nikomatsakis:object-lifetime-defaults-2, r=pnkfelix
bors
-32
/
+41
2015-02-16
Address nits by @pnkfelix
Niko Matsakis
-2
/
+2
2015-02-16
Various simplifications and renamings based on the fact that old-school closu...
Niko Matsakis
-30
/
+1
2015-02-16
Detect and store object-lifetime-defaults.
Niko Matsakis
-0
/
+38
2015-02-16
rustc: categorize rvalue borrows based on their const-qualification.
Eduard Burtescu
-9
/
+22
2015-02-16
rustc: qualify expressions in check_const for potential promotion.
Eduard Burtescu
-140
/
+452
2015-02-16
rustc: use FromPrimitive for decoding astencode_tag.
Eduard Burtescu
-2
/
+3
2015-02-16
rust_typeck: remove unnecessary typing of `&[]` as `&'static [T; 0]`.
Eduard Burtescu
-6
/
+0
2015-02-16
rustc: check for signed division/remainder overflow.
Eduard Burtescu
-7
/
+35
2015-02-16
rustc: teach const_eval more about types.
Eduard Burtescu
-97
/
+166
2015-02-16
rustc: merge check_static into check_const.
Eduard Burtescu
-392
/
+299
2015-02-16
rustc: remove the vestigial "const marking" pass.
Eduard Burtescu
-165
/
+1
[next]