about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2014-07-10auto merge of #15336 : jakub-/rust/diagnostics, r=brsonbors-15/+85
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-15/+85
2014-07-10auto merge of #15559 : fhahn/rust/issue-15445-mut-cast, r=alexcrichtonbors-0/+7
2014-07-10auto merge of #14519 : hirschenberger/rust/issue-10934, r=alexcrichtonbors-9/+23
2014-07-10auto merge of #15563 : luqmana/rust/nif, r=pcwaltonbors-513/+497
2014-07-10typeck: check casts from pointers to floats, closes #15445Florian Hahn-0/+7
2014-07-10Add range lint for float literals, fixing #10934Falco Hirschenberger-9/+23
2014-07-10auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichtonbors-11/+21
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-13/+1
2014-07-09librustc: Translate input for transmute directly into dest.Luqman Aden-58/+42
2014-07-09librustc: Update to reflect changes to how intrinsics are codegened.Luqman Aden-28/+16
2014-07-09librustc: Remove old codepaths for creating intrinsic functions.Luqman Aden-519/+4
2014-07-09librustc: Remove uses of advance.Luqman Aden-5/+5
2014-07-09librustc: Don't emit call for intrinsics instead just trans at callsite.Luqman Aden-14/+541
2014-07-10lint: extend `#[must_use]` to handle a message.Huon Wilson-11/+21
2014-07-09Register new snapshotsAlex Crichton-13/+1
2014-07-09Fix all the test falloutCorey Richardson-1/+2
2014-07-09ast: make Name its own typeCorey Richardson-2/+2
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-0/+1
2014-07-09auto merge of #15537 : jbclements/rust/hygiene-for-methods, r=pcwaltonbors-34/+42
2014-07-08carry self ident forward through re-parsingJohn Clements-25/+29
2014-07-08introducing let-syntaxJohn Clements-1/+3
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-4/+4
2014-07-08replace idents with namesJohn Clements-8/+10
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-704/+714
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-704/+714
2014-07-08auto merge of #15521 : nick29581/rust/type, r=pcwaltonbors-67/+70
2014-07-08auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfacklerbors-5/+16
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-5/+16
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-67/+70
2014-07-08auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichtonbors-2/+4
2014-07-08auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581bors-11/+22
2014-07-08auto merge of #15406 : luqmana/rust/nop, r=pcwaltonbors-48/+109
2014-07-07auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581bors-71/+214
2014-07-07librustc: Update debuginfo.Luqman Aden-1/+5
2014-07-07auto merge of #15440 : pcwalton/rust/struct-aliases, r=brsonbors-66/+90
2014-07-07Improve non-exhaustive pattern witnesses for structs with multiple fieldsJakub Wieczorek-2/+4
2014-07-07librustc (RFC #34): Implement the new `Index` and `IndexMut` traits.Patrick Walton-71/+214
2014-07-07librustc: Disallow modules and types from having the same name.Patrick Walton-11/+22
2014-07-07Strip empty strings from link argsSteven Fackler-1/+1
2014-07-07auto merge of #15489 : jakub-/rust/issue-15488, r=pcwaltonbors-26/+18
2014-07-07auto merge of #15464 : dotdash/rust/bool_stores, r=pcwaltonbors-85/+126
2014-07-07Properly bind nested pattern bindings when there's more than oneJakub Wieczorek-26/+18
2014-07-06Store booleans as i8 in memory to improve optimizations by LLVMBjörn Steinbrink-65/+115
2014-07-06Remove remainders from when booleans were i8Björn Steinbrink-21/+12
2014-07-06auto merge of #15454 : jakub-/rust/15453, r=huonwbors-0/+1
2014-07-06auto merge of #15441 : P1start/rust/lifetime-suggest, r=pcwaltonbors-1/+1
2014-07-06auto merge of #15439 : dotdash/rust/remove_entry_bcx, r=pcwaltonbors-28/+11
2014-07-05auto merge of #15319 : alexcrichton/rust/no-crate-id, r=brsonbors-362/+631
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-13/+16