Vadim Petrochenkov
1a370109ec
Fix cfg(parallel_compiler)
mode
...
Fix rebase
2019-07-28 18:47:03 +03:00
Eric Huss
9d798b7198
Adjust warning of -C extra-filename with -o.
2019-06-25 13:31:05 -07:00
Niels Sascha Reedijk
56a7f1e77e
Haiku: the maximum stack size is 16 MB
...
When one tries to create a thread with a requested stack size larger
than 16 MB, the call will fail and the compiler will bail out. Therefore
we should limit the size of the thread stack to 16 MB on Haiku.
2019-06-10 08:10:06 +02:00
Alexander Regueiro
a71d55701e
Addressed points raised in review.
2019-06-05 21:09:27 +01:00
Alexander Regueiro
aaa53ec853
Implemented for traits (associated type definitions).
2019-06-05 21:09:26 +01:00
Alexander Regueiro
3816958f18
Implemented for function bounds, type bounds, and named existential types.
2019-06-05 21:09:26 +01:00
Nicholas Nethercote
26451ef7b5
Avoid unnecessary internings.
...
Most involving `Symbol::intern` on string literals.
2019-05-27 13:58:38 +10:00
John Kåre Alsaker
a1f2dceaeb
Move edition
outside the hygiene lock and avoid accessing it
2019-05-21 18:17:05 +02:00
Nicholas Nethercote
999c1fc281
Remove the equality operation between Symbol
and strings.
...
And also the equality between `Path` and strings, because `Path` is made
up of `Symbol`s.
2019-05-13 09:31:30 +10:00
Nicholas Nethercote
fb084a48e2
Pass a Symbol
to check_name
, emit_feature_err
, and related functions.
2019-05-13 09:29:22 +10:00
flip1995
818d300451
Deny internal lints on librustc_interface
2019-04-03 18:24:21 +02:00
flip1995
28a5c414c3
Check for unstable-options flag before register internals
2019-04-03 18:22:19 +02:00
flip1995
9b2bf70851
Make internal lints allow-by-default
2019-04-03 18:22:19 +02:00
Mazdak Farrokhzad
14f3f6c712
librustc_interface => 2018
2019-03-27 09:41:42 +01:00
bjorn3
ca2ff089f3
Remove MetadataOnlyCodegenBackend
2019-03-16 10:54:38 +01:00
John Kåre Alsaker
51938c61f6
Make the rustc driver and interface demand driven
2019-03-10 04:49:45 +01:00
John Kåre Alsaker
23a51f91c9
Introduce rustc_interface and move some methods there
2019-02-28 19:30:31 +01:00