]> git.lizzy.rs Git - rust.git/history - src/librustc
librustc: Don't try to perform the magical
[rust.git] / src / librustc /
2014-06-25 Patrick Waltonlibrustc: Don't try to perform the magical
2014-06-25 borsauto merge of #15160 : alexcrichton/rust/remove-f128...
2014-06-25 borsauto merge of #15163 : alexcrichton/rust/rollup, r...
2014-06-25 Robert BuonpastoreStabilize version output for rustc and rustdoc
2014-06-25 Alex Crichtonrustc: Don't register syntax crates twice
2014-06-25 Patrick Waltonlibrustc: Check function argument patterns for legality...
2014-06-25 Björn SteinbrinkAvoid unnecessary temporary on assignments
2014-06-25 Jakub WieczorekFix #15129
2014-06-25 Alex Crichtonrustc: Always include the morestack library
2014-06-25 Niko Matsakislibrustc: Remove the fallback to `int` from typechecking.
2014-06-24 Alex CrichtonRemove the quad_precision_float feature gate
2014-06-24 borsauto merge of #15024 : kmcallister/rust/lint, r=alexcri...
2014-06-24 borsauto merge of #15118 : stepancheg/rust/concat, r=alexcr...
2014-06-24 Keegan McAllisterMore upstream lint changes
2014-06-24 Keegan McAllisterImplement lint plugins
2014-06-24 Keegan McAllisterIncorporate upstream changes to old lint code
2014-06-24 Keegan McAllisterList builtin lints one per line for better diffs
2014-06-24 Keegan McAllisterReindent function call continuations, and other style...
2014-06-24 Keegan McAllisterDrop the ExportedItems argument from LintPass::check_crate
2014-06-24 Keegan McAllisterMake the crate and its exported items available in...
2014-06-24 Keegan McAllisterRework lint attr parsing and use it in middle::dead
2014-06-24 Keegan McAllisterConvert builtin lints to uppercase names for style...
2014-06-24 Keegan McAllisterUse names in Lint structs in an ASCII-case-insensitive way
2014-06-24 Keegan McAllisterRun lint passes using the Option dance instead of RefCells
2014-06-24 Keegan McAllisterStop using Default for initializing builtin lints
2014-06-24 Keegan McAllisterClean up and document the public lint API
2014-06-24 Keegan McAllisterStore the registered lints in the Session
2014-06-24 Keegan McAllisterReplace enum LintId with an extensible alternative
2014-06-24 Keegan McAllisterConvert lints to a trait-based infrastructure
2014-06-24 Keegan McAllisterRename lint::Lint to lint::LintId
2014-06-24 Keegan McAllisterMove lint infrastructure and individual lints into...
2014-06-24 Keegan McAllisterMove lint.rs out of middle
2014-06-24 borsauto merge of #15114 : ben0x539/rust/run-make-libpath...
2014-06-24 borsauto merge of #15071 : tomjakubowski/rust/fix-15052...
2014-06-24 borsauto merge of #14963 : w3ln4/rust/master, r=alexcrichton
2014-06-24 Tom Jakubowskilibrustc: Remove outdated reference to `~` and `@`
2014-06-24 borsauto merge of #15113 : pnkfelix/rust/fsk-add-regression...
2014-06-24 borsauto merge of #15107 : ipetkov/rust/tutorial-update...
2014-06-24 Pawel OlzackiAdded Mipsel architecture support
2014-06-24 borsauto merge of #15066 : pcwalton/rust/lang-and-intrinsic...
2014-06-24 Patrick Waltonlibrustc: Feature gate lang items and intrinsics.
2014-06-24 borsauto merge of #15079 : nikomatsakis/rust/issue-5527...
2014-06-24 borsauto merge of #14952 : alexcrichton/rust/const-unsafe...
2014-06-24 borsauto merge of #15105 : alexcrichton/rust/snapshots...
2014-06-24 borsauto merge of #14885 : pcwalton/rust/struct-literal...
2014-06-23 borsauto merge of #14974 : Ryman/rust/non_trait_method...
2014-06-23 Kevin Butlerrustc: catch `impl X for Y` where X is not a trait...
2014-06-23 Kevin Butlerrustc: catch non-trait methods before typeck.
2014-06-23 borsauto merge of #15106 : Sawyer47/rust/rm-duplicated...
2014-06-23 borsauto merge of #15100 : rapha/rust/master, r=alexcrichton
2014-06-23 borsauto merge of #15098 : ben0x539/rust/nullary-tuple...
2014-06-23 borsauto merge of #15089 : tomjakubowski/rust/rustdoc-defau...
2014-06-23 borsauto merge of #15086 : jakub-/rust/xc-struct-variants...
2014-06-23 borsauto merge of #15083 : edwardw/rust/destructure-trait...
2014-06-23 borsauto merge of #15061 : pnkfelix/rust/fsk-fix-issue...
2014-06-23 Alex CrichtonRegister new snapshots
2014-06-23 borsauto merge of #15097 : tomjakubowski/rust/fix-feature...
2014-06-23 borsauto merge of #15068 : erickt/rust/mem-inline, r=pcwalton
2014-06-22 borsauto merge of #15081 : jakub-/rust/issue-15080, r=alexc...
2014-06-22 borsauto merge of #15091 : nikomatsakis/rust/issue-5527...
2014-06-22 Tom Jakubowskilibrustc: Fix poorly formatted doc in feature_gate
2014-06-22 Niko MatsakisRename ty_param_bounds_and_ty to Polytype
2014-06-22 Niko MatsakisRename and move ty_param_substs_and_ty
2014-06-22 Niko MatsakisRefactor the unification code and rejuvenate the unit...
2014-06-22 Felix S. Klock IIRegionFolder should only invoke callback on free regions.
2014-06-22 borsauto merge of #15005 : dotdash/rust/i1_bool, r=alexcrichton
2014-06-21 Jakub WieczorekFix spurious non-exhaustive errors for cross-crate...
2014-06-21 Edward WangMake destructuring trait reference work
2014-06-21 Jakub WieczorekFix a #14731 regression in missing_constructor() for...
2014-06-21 Björn SteinbrinkCompile bools to i1
2014-06-21 Björn SteinbrinkUpdate LLVM
2014-06-21 Björn SteinbrinkAdd missing attributes to indirect calls for foreign...
2014-06-21 Björn SteinbrinkCorrectly set return type attributes on foreign functio...
2014-06-21 borsauto merge of #15074 : conradkleinespel/rust/master...
2014-06-21 borsauto merge of #15062 : pcwalton/rust/trailing-plus...
2014-06-21 Conrad Kleinespelreplace reference to ~"string" with box "string"
2014-06-21 borsauto merge of #15029 : aturon/rust/stability-index...
2014-06-21 borsauto merge of #14731 : jakub-/rust/pattern-matching...
2014-06-20 borsauto merge of #14988 : pcwalton/rust/unsafe-destructor...
2014-06-20 Patrick Waltonlibrustc: Put `#[unsafe_destructor]` behind a feature...
2014-06-20 Jakub WieczorekAddress review comments
2014-06-20 Jakub WieczorekFix #14393
2014-06-20 Jakub WieczorekAdd unreachability detection for missized patterns...
2014-06-20 Jakub WieczorekAdd support for fixed size vectors in let/arg patterns
2014-06-20 Jakub WieczorekProvide a witness pattern for non-exhaustive patterns
2014-06-20 Jakub WieczorekCheck pattern refutability the same way exhaustiveness...
2014-06-20 borsauto merge of #15041 : brson/rust/docindex, r=alexcrichton
2014-06-20 borsauto merge of #15039 : huonw/rust/rustdoc-testharnesss...
2014-06-19 borsauto merge of #15033 : Sawyer47/rust/old-test, r=alexcr...
2014-06-19 borsauto merge of #14830 : luqmana/rust/cmtrttcbctto, r...
2014-06-19 Aaron TuronAdd stability inheritance
2014-06-19 borsauto merge of #14400 : kballard/rust/lexer_crlf_handlin...
2014-06-19 borsauto merge of #15014 : brson/rust/all-crates-experiment...
2014-06-19 borsauto merge of #15025 : alexcrichton/rust/rollup, r...
2014-06-19 Alex CrichtonMerge conflicts from the rollup
2014-06-19 Simon SapinDeprecate the bytes!() macro.
2014-06-19 Edward WangFix #14865
2014-06-19 Piotr JawniakFix FIXME #5275
2014-06-19 Cameron ZwarichReject double moves out of array elements
2014-06-19 Aaron TuronFallout from TaskBuilder changes
next