]> git.lizzy.rs Git - rust.git/history - src/rustc
Replace the field `imports` in Module with `unresolved_imports` and refactor away...
[rust.git] / src / rustc /
2016-02-15 borsAuto merge of #31566 - jseyfried:fix_regression, r=nrc
2016-02-14 borsAuto merge of #31551 - alexcrichton:deprecate-std-os...
2016-02-13 Manish GoregaokarRollup merge of #31589 - reem:remove-unnecessary-poison...
2016-02-13 Manish GoregaokarRollup merge of #31585 - tshepang:over-explanation...
2016-02-13 Manish GoregaokarRollup merge of #31584 - tshepang:shorten, r=steveklabnik
2016-02-13 Manish GoregaokarRollup merge of #31582 - tshepang:missing-words, r...
2016-02-13 Manish GoregaokarRollup merge of #31563 - SDX2000:docfixes1, r=steveklabnik
2016-02-13 Manish GoregaokarRollup merge of #31559 - scottrobertwhittaker:fix-typo...
2016-02-13 Manish GoregaokarRollup merge of #31542 - nodakai:concat_idents-desc...
2016-02-13 Manish GoregaokarRollup merge of #31537 - ollie27:book_doc_example,...
2016-02-13 Manish GoregaokarRollup merge of #31535 - Ketsuban:more-detail-in-wrappi...
2016-02-13 borsAuto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcri...
2016-02-13 borsAuto merge of #31588 - soltanmm:layer, r=nikomatsakis
2016-02-13 borsAuto merge of #31579 - ollie27:msvc_link, r=alexcrichton
2016-02-13 borsAuto merge of #31570 - tomaka:ignore-emscripten, r...
2016-02-13 borsAuto merge of #31564 - durka:lang-item-icemelt, r=nikom...
2016-02-13 borsAuto merge of #31562 - llogiq:lint_post, r=Manishearth
2016-02-13 borsAuto merge of #31557 - retep998:house-directory, r...
2016-02-12 borsAuto merge of #30726 - GuillaumeGomez:compile-fail...
2016-02-12 borsAuto merge of #31550 - Stebalien:fix-color, r=nrc
2016-02-12 borsAuto merge of #31583 - petrochenkov:indi_ast, r=Manishearth
2016-02-12 borsAuto merge of #31541 - tomaka:more-emscripten, r=brson
2016-02-12 borsAuto merge of #31368 - JohanLorenzo:dont-strip-if-test...
2016-02-12 borsAuto merge of #30830 - arcnmx:static-extern, r=alexcrichton
2016-02-12 borsAuto merge of #31123 - alexcrichton:who-doesnt-want...
2016-02-11 Alex Crichtonbootstrap: Add a bunch of Cargo.toml files
2016-02-11 Alex CrichtonAdd a Cargo-based build system
2012-11-08 Brian AndersonMerge pull request #3923 from am0d/master
2012-11-07 Brian AndersonRename src/rustc to src/librustc. Use the driver crate
2012-11-07 Patrick Waltonrustc: Long lines
2012-11-07 Patrick Waltonrustc: Implement the Drop trait. r=brson
2012-11-07 Graydon Hoarerustc: reuse const vals, translate fn paths as consts...
2012-11-06 Niko MatsakisCleanup how we handle proto in types, remove unsound...
2012-11-05 Brian Andersonrustc: Stop declaring unused upcalls
2012-11-05 Patrick Waltonrustc: Implement deriving involving generic bounded...
2012-11-05 Patrick Waltonrustc: Implement parsing and typechecking for "once fn"
2012-11-04 Brian AndersonMerge remote-tracking branch 'brson/repl'
2012-11-03 Patrick Waltonrustc: Refactor vtable lookup to use a vtable context...
2012-11-03 Patrick Waltonrustc: Eliminate the necessity of having an expr in...
2012-11-02 Patrick Waltonrustc: Implement ~Trait. r=nmatsakis
2012-11-02 Patrick Waltonrustc: Implement dereference via unary '*' for structs...
2012-11-02 Patrick Waltonrustc: Implement translation of pattern matching for...
2012-11-02 Patrick Waltonrustc: Implement typechecking, exhaustiveness checking...
2012-11-01 Brian AndersonLong lines
2012-11-01 Brian AndersonSupport #[cfg] on methods
2012-11-01 Patrick Waltonrustc: Fix tab characters
2012-11-01 Patrick Waltonrustc: Stop overwriting trait static method types when...
2012-10-31 Brian Andersonrustc: Swap argument order in drop_and_cancel_clean
2012-10-31 Brian AndersonMerge remote-tracking branch 'vertexclique/incoming'
2012-10-31 Mahmut Bulutchange function and place in expr.rs
2012-10-31 Brian AndersonFix checking of duplicate and missing struct field...
2012-10-30 Tim ChevalierPreserve parenthesization in the AST
2012-10-30 Mahmut Bulut* dropnzero_val fn added
2012-10-30 Patrick Waltonrustc: Translate "deriving" for monomorphic intra-crate...
2012-10-30 Patrick Waltonrustc: Instantiate trait refs for automatically-derived...
2012-10-30 Graydon HoareMerge pull request #3881 from vertexclique/incoming
2012-10-29 Patrick WaltonMerge pull request #3885 from pcwalton/master
2012-10-29 Patrick Waltonrustc: Implement typechecking for automatically-derived...
2012-10-29 Patrick WaltonMerge pull request #3871 from pcwalton/master
2012-10-28 Tim ChevalierRemove unnecessary suffixes
2012-10-27 Niko MatsakisPartial fix for #2687---impl method must only be subtyp...
2012-10-27 Patrick Waltonrustc: Translate monomorphic intra-crate automatically...
2012-10-25 Tim ChevalierFix long line
2012-10-25 Brian AndersonMerge remote-tracking branch '14427/incoming'
2012-10-25 Patrick Waltonrustc: Translate and check exhaustiveness of struct...
2012-10-25 Patrick WaltonMerge pull request #3858 from pcwalton/struct-like...
2012-10-25 Tim ChevalierMake error message for non-copyable args less misleading
2012-10-25 Patrick WaltonMerge pull request #3857 from pcwalton/tuple-struct...
2012-10-25 Patrick Waltonrustc: Typecheck, privacy check, and borrow check struc...
2012-10-25 Patrick Waltonrustc: Translate tuple struct constructors
2012-10-25 Brian AndersonMerge remote-tracking branch 'brson/futures'
2012-10-25 Brian AndersonLong lines
2012-10-25 Niko Matsakisadjust comments
2012-10-25 Niko MatsakisImplement proper subtyping for region fn types (part...
2012-10-24 Brian AndersonMerge pull request #3852 from veddan/type-limits
2012-10-24 Brian AndersonMerge pull request #3838 from vertexclique/incoming
2012-10-24 Brian AndersonMerge branch 'method-vis-parse'
2012-10-24 Patrick Waltonrustc: Implement typechecking for tuple structs. r...
2012-10-24 Viktor DahlCleaned up formatting and fixed bug in rev_binop
2012-10-24 Viktor DahlImplemented '-W type-limits' (#3833)
2012-10-24 Patrick Waltonrustc: Implement construction of monomorphic struct...
2012-10-23 Tim ChevalierRemove <- operator from the compiler
2012-10-23 Tim Chevalier Remove uses of binary move in the compiler
2012-10-23 Patrick Waltonrustc: Implement typechecking for simple monomorphic...
2012-10-23 Brian Andersonrustc: Lower-case the error messages in kind.rs, for...
2012-10-23 Brian AndersonMerge remote-tracking branch 'luqmana/incoming'
2012-10-23 Patrick Waltonrustc: Factor out struct literal typechecking in prepar...
2012-10-23 Patrick Waltonrustc: Implement generic cross-crate trait inheritance
2012-10-22 Simon BDMerge remote-tracking branch 'original/incoming' into...
2012-10-22 Brian AndersonMerge pull request #3832 from Dretch/concatdocstrs
2012-10-22 Brian Andersonrustc: Convert two printlns in trans into debug!
2012-10-22 Brian AndersonLong lines
2012-10-22 Brian AndersonMerge pull request #3826 from jdm/doublefail
2012-10-22 Tim ChevalierFix breakage (forgot to commit this...
2012-10-22 Tim ChevalierIncorporate review comments (mostly fixing indentation)
2012-10-22 Tim ChevalierPreliminary support for labeled break/continue for...
2012-10-22 Tim ChevalierSimplify the AST representation of ty param bounds
2012-10-22 Niko MatsakisCorrect propagation of mutability from components to...
2012-10-22 Luqman Adenrustc: add new intrinsics - atomic_cxchg{_acq,_rel}
2012-10-21 Josh MatthewsFix ICE stemming from use of unique pointers in unreach...
next