]> git.lizzy.rs Git - rust.git/history - src/librustc
auto merge of #18908 : tbu-/rust/pr_mapinplace_fixzerosized, r=alexcrichton
[rust.git] / src / librustc /
2014-11-21 borsauto merge of #18908 : tbu-/rust/pr_mapinplace_fixzeros...
2014-11-21 borsauto merge of #16552 : jauhien/rust/fix-libdir, r=alexc...
2014-11-21 borsauto merge of #18441 : mdinger/rust/literals, r=stevekl...
2014-11-20 borsauto merge of #18773 : subhashb/rust/convert_remaining_...
2014-11-20 borsauto merge of #18750 : nikomatsakis/rust/issue-18333...
2014-11-20 Subhash BhushanRename remaining Failures to Panic
2014-11-20 borsauto merge of #19071 : huonw/rust/col2column, r=nikomat...
2014-11-20 Niko MatsakisRequire that objects can only be made from Sized types...
2014-11-20 borsauto merge of #19033 : pnkfelix/rust/fsk-introduce...
2014-11-20 Felix S. Klock IIRefactored new CodeExtent type for improved abstraction.
2014-11-20 borsauto merge of #19113 : nikomatsakis/rust/unboxed-boxed...
2014-11-20 borsauto merge of #19105 : alfie/rust/master, r=thestinger
2014-11-20 borsauto merge of #18999 : aturon/rust/stab-floats, r=alexc...
2014-11-20 borsauto merge of #19118 : jakub-/rust/roll-up, r=jakub-
2014-11-19 borsauto merge of #18728 : thestinger/rust/int, r=cmr
2014-11-19 Jakub Bukajrollup merge of #19108: steveklabnik/doc_atomic_bool
2014-11-19 Jakub Bukajrollup merge of #19107: cakebaker/change_an_box_to_a_box
2014-11-19 Jakub Bukajrollup merge of #19103: huonw/literal-suffixes
2014-11-19 Jakub Bukajrollup merge of #19101: vhbit/ios-rng-fix
2014-11-19 Jakub Bukajrollup merge of #19090: kmcallister/deriving-non-type
2014-11-19 Jakub Bukajrollup merge of #19087: jakub-/issue-19086
2014-11-19 Jakub Bukajrollup merge of #19076: jxv/master
2014-11-19 Jakub Bukajrollup merge of #19073: jakub-/issue-19069
2014-11-19 Jakub Bukajrollup merge of #19072: cakebaker/add_missing_dot
2014-11-19 Jakub Bukajrollup merge of #19040: alexcrichton/issue-18904
2014-11-19 Jakub Bukajrollup merge of #18968: danluu/guide_play
2014-11-19 Jakub Bukajrollup merge of #18944: liigo/improve-os-args-doc
2014-11-19 Jakub Bukajrollup merge of #18940: nikomatsakis/issue-18899
2014-11-19 Jakub Bukajrollup merge of #18903: steveklabnik/error_handling_guide
2014-11-19 Jakub Bukajrollup merge of #18868: nikomatsakis/issue-17388-unboun...
2014-11-19 Jakub Bukajrollup merge of #18728: thestinger/int
2014-11-19 Jakub BukajForbid matching struct variants with tuple variant...
2014-11-19 Niko MatsakisUse the expected type to decide whether `||` is an...
2014-11-19 Niko MatsakisMerge the ExprFnBlock and ExprUnboxedClosure into one...
2014-11-19 borsauto merge of #19082 : alexcrichton/rust/snapshots...
2014-11-19 borsauto merge of #18746 : nikomatsakis/rust/issue-17322...
2014-11-19 Niko MatsakisPass the unadjusted type into the unsize_info function...
2014-11-19 Niko MatsakisEnsure that the type parameters passed to methods outli...
2014-11-19 Niko MatsakisRefactor QPath to take an ast::TraitRef
2014-11-19 Niko MatsakisDeduce the argument types based on the expected type...
2014-11-19 Niko MatsakisMove closure checking into its own file. Shrink check...
2014-11-19 borsauto merge of #18483 : eddyb/rust/safe-ty, r=nikomatsakis
2014-11-19 Alex Crichtonstd: Stabilize std::fmt
2014-11-19 Eduard Burtescurustc: middle: simplify primitive type declaration...
2014-11-19 Eduard Burtescurustc: middle: remove obsolete ty::get.
2014-11-19 Eduard Burtescurustc: middle: avoid clones in ty_fn_{sig,args}.
2014-11-19 Eduard Burtescurustc: fix fallout of adding the `'tcx` lifetime to...
2014-11-19 Eduard Burtescurustc: middle: ty: replace unsafe pointers with referen...
2014-11-19 Eduard Burtescurustc: middle: rename `ty::t` to `Ty` and use it unqual...
2014-11-19 Eduard Burtescurustc: avoid `use`-ing `syntax::ast::*`.
2014-11-18 borsauto merge of #19044 : murarth/rust/libsyntax-view...
2014-11-18 Jakub BukajFeature gate non-ASCII lifetime identifiers
2014-11-18 borsauto merge of #18870 : barosl/rust/os-ioresult, r=alexc...
2014-11-18 Barosl LeeMake os::getcwd() return IoResult<Path>
2014-11-18 borsauto merge of #18993 : nikomatsakis/rust/hrtb-5, r...
2014-11-18 Niko MatsakisUpdate test for equivalency to include region binders...
2014-11-18 Niko MatsakisAllow impl's to have late-bound regions. Introduces...
2014-11-18 Niko MatsakisIntroduce machinery for higher-ranked TraitRefs
2014-11-18 Niko MatsakisMiscellaneous reformatttings and renamings.
2014-11-18 Niko MatsakisStop checking the correctness of explicit self twice...
2014-11-18 Niko MatsakisConvert TyPolyTraitRef to accept arbitary bounds, so...
2014-11-18 Niko MatsakisMake it an error to use parenthetical notation with
2014-11-18 Niko MatsakisIntroduce some sanity checking assertions in trans...
2014-11-18 Niko MatsakisSwitch the code to use De Bruijn indices rather than...
2014-11-18 Niko MatsakisPull out the fn-sig sub/lub/glb code and generalize...
2014-11-18 borsauto merge of #19060 : Gankro/rust/super-cloned, r...
2014-11-18 borsauto merge of #19070 : nikomatsakis/rust/crates, r...
2014-11-18 borsauto merge of #19031 : nodakai/rust/libcore-pow-and...
2014-11-18 Niko MatsakisMove trans, back, driver, and back into a new crate...
2014-11-18 borsauto merge of #18645 : nick29581/rust/coercions-1,...
2014-11-18 borsauto merge of #18885 : thestinger/rust/writer, r=aturon
2014-11-18 Daniel Micayimplement Writer for Vec<u8>
2014-11-18 borsauto merge of #19050 : japaric/rust/moar-dst, r=aturon
2014-11-18 borsauto merge of #19049 : jakub-/rust/roll-up, r=alexcrichton
2014-11-18 Jakub BukajFix compilation and tests after the roll-up
2014-11-17 Jorge Apariciolibrustc: DSTify `ClassList`, `LlvmRepr` and `Repr`
2014-11-17 Jakub Bukajrollup merge of #19045: jmesmon/jemalloc-flags-2
2014-11-17 Jakub Bukajrollup merge of #19041: japaric/clone
2014-11-17 Jakub Bukajrollup merge of #19038: jayelm/fixed-typos
2014-11-17 Jakub Bukajrollup merge of #19029: vberger/stability_function_body
2014-11-17 Jakub Bukajrollup merge of #19026: alfie/doc-fixes
2014-11-17 Jakub Bukajrollup merge of #19020: Gankro/better-warn
2014-11-17 Jakub Bukajrollup merge of #19018: tomjakubowski/fix-issue-19003
2014-11-17 Jakub Bukajrollup merge of #19016: gkoz/use_util_copy
2014-11-17 Jakub Bukajrollup merge of #19015: alex/libcore-typos
2014-11-17 Jakub Bukajrollup merge of #19013: jakub-/issue-18986
2014-11-17 Jakub Bukajrollup merge of #19008: alex/collections-typos
2014-11-17 Jakub Bukajrollup merge of #19000: IvanUkhov/doc-link-dylib
2014-11-17 Jakub Bukajrollup merge of #18951: tbu-/pr_array_cloneshow
2014-11-17 Jakub Bukajrollup merge of #18921: oli-obk/refactoring/graphviz...
2014-11-17 Jakub Bukajrollup merge of #18911: canndrew/slice_shift_char
2014-11-17 Jakub Bukajrollup merge of #18910: aturon/borrow-traits
2014-11-17 Jakub Bukajrollup merge of #18890: luqmana/tf
2014-11-17 Nick CameronDisallow coercions from [T, ..n] to &[T]or *[T]
2014-11-17 Jakub BukajFix an ICE when using struct patterns with traits
2014-11-17 borsauto merge of #18694 : nikomatsakis/rust/issue-18208...
2014-11-17 Niko MatsakisFix merge conflicts from making enum variants namespaced.
2014-11-17 Luqman Adenlibrustc: Whitelist linkage attribute for unused attrib...
2014-11-17 jmu303Fix several typos in comments
2014-11-17 Aaron TuronFallout from deprecation
next